English version of all error messages you can encounter while programming
  |   ABOUT


Localized version

Array.ConstrainedCopy は、各配列要素のボックス化、ボックス化解除、上位変換、キャスト操作をしなくても互換性の立証可能な配列型上でのみ動作します。配列型を変更するか (例: Derived[] を Base[] にコピーする)、または Array.Copy の信頼性が少し低い信頼契約用に CER で軽減対策 (たとえば、配列を複製するか、または壊れる可能性のあるターゲット配列を処分するなど) を行ってください。

Click to search this error in Google

English version

Array.ConstrainedCopy will only work on array types that are provably compatible, without any form of boxing, unboxing, widening, or casting of each array element. Change the array types (i.e., copy a Derived[] to a Base[]), or use a mitigation strategy in the CER for Array.Copy's less powerful reliability contract, such as cloning the array or throwing away the potentially corrupt destination array.

Click to search this error in Google



Localized version
 Japanese

Error category
 .Net Framework

Other localized versions
24 versions





Copyright © dotmedias 2012 Launched in 2012, to help programmers finding solutions